home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 238
- Top = 104
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 266
- ClientWidth = 373
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- TextHeight = 20
- object Panel1: TPanel
- Left = 10
- Top = 10
- Width = 351
- Height = 201
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 10
- Top = 10
- Width = 81
- Height = 71
- Picture.Data = {<image000.bmp>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 110
- Top = 20
- Width = 173
- Height = 16
- Caption = 'Logic Equation Simulator'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 110
- Top = 50
- Width = 78
- Height = 16
- Caption = 'Version 2.0'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 10
- Top = 100
- Width = 223
- Height = 16
- Caption = 'Copyright 1995 by Randall Hyde'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Comments: TLabel
- Left = 26
- Top = 130
- Width = 271
- Height = 48
- Caption =
- 'This program is intended for use with laboratory experiments in ' +
- 'the "Art of Assembly Language Programming."'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- IsControl = True
- end
- end
- object OKButton: TBitBtn
- Left = 139
- Top = 223
- Width = 96
- Height = 33
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = OKButtonClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- end
-